ocr: Compilelt! 2.0 Byte 530L Pass 1 Symbols function replacestr oldStr. newStr. str Return a string with all occurrences of a specified sub-string - replaced by some other sub-string. Parameters: oldStr - sub-string to be replaced newStr - sub-string to replace with str -: string to be modified ifs str == empty then return str repeat get offset(oldStr. str) ifit= 0 then return str delete char it to (it + length(oldStr) - 1) ofstr put newStr before char it of str end repeat end replaceStr A Compile It Hnalysis Debugit! SANE